home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global plant, plantcounter, starter, effectspath
- plant = 0
- plantcounter = 14
- puppetSprite(27, 1)
- puppetSprite(28, 1)
- puppetSprite(29, 1)
- sprite(5).visible = 1
- set the keyUpScript to "krupkeys"
- repeat with i = 6 to 30
- sprite(i).visible = 0
- end repeat
- sound playFile 1, effectspath & "night3.aif"
- end
-